home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-02-27 | 435 b | 29 lines | [TEXT/BROW] |
- //
- // File: update.h
- //
- // This file is the header for update.c.
- //
- // 2/18/95 -- Created by Mick
- //
-
- // shield
- #ifndef _update_h_
- #define _update_h_
-
- // include files
-
- // global defines
-
- // global typedefs
-
- // extern functions
-
- extern void clearUpdate( void );
- extern void addRectToUpdate( Rect *inUpdateRect );
- extern unsigned char getUpdateRect( Rect *outUpdateRect );
-
- // extern data
-
- // end of shield
- #endif // #ifndef _update_h_
-